All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.awt.View
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----symantec.itools.awt.View
- public class View
- extends Panel
- See Also:
- OutlineView
-
View()
-
-
setLayout(LayoutManager)
- Takes no action.
View
public View()
setLayout
public void setLayout(LayoutManager m)
- Takes no action.
This is a standard Java AWT method which gets called to specify
which layout manager should be used to layout the components in
standard containers.
Since layout managers CANNOT BE USED with this container the standard
setLayout has been OVERRIDDEN for this container and does nothing.
- Parameters:
- l - the layout manager to use to layout this container's components
(IGNORED)
- Overrides:
- setLayout in class Container
- See Also:
- getLayout
All Packages Class Hierarchy This Package Previous Next Index